home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 378 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: news.ns.net!usenet
  2. From: Jerry Lairamore <lair@quiknet.com>
  3. Newsgroups: comp.lang.c++
  4. Subject: Floating Point: Overflow
  5. Date: Wed, 03 Jan 1996 20:11:33 -0800
  6. Organization: NextGen Systems Internet Services
  7. Message-ID: <30EB5375.5FE4@quiknet.com>
  8. NNTP-Posting-Host: rppp3.ns.net
  9. Mime-Version: 1.0
  10. Content-Type: text/plain; charset=us-ascii
  11. Content-Transfer-Encoding: 7bit
  12. X-Mailer: Mozilla 2.0b4 (Win95; I)
  13.  
  14. I've installed Turbo C++ to a relatively new computer.  The .EXE 
  15. programs that the compiler builds result in a "Floating Point: Overflow" 
  16. error from just inputing 1.25 as the value of a float variable.  I've 
  17. selected the i486 processor under options.
  18.  
  19. The computer I'm using is a Micron with the relatively new Intel 83mhz 
  20. pentium overdrive CPU with 16 MB of ram.  It is running Windows 95.  
  21.  
  22. When I use the same program on a 486DX266 computer (software is 
  23. loaded right off the CD with no changes to any settings) I do not get 
  24. the error.
  25.  
  26. Is there a setting I've overlooked or some other explanation for this 
  27. floating point error?
  28.  
  29. Thanks
  30.